home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / a_utils / _archvrs / unix / unzip51 / atari / readme < prev    next >
Encoding:
Text File  |  1992-10-18  |  1.8 KB  |  52 lines

  1. UnZip 5.1 source code for the Atari ST
  2. ======================================
  3.  
  4.  
  5. NOTE:  this code has NOT been tested and probably doesn't quite
  6. work!  In particular, the filetime and attributes code in atari.c
  7. is pure guesswork and probably won't even compile properly.  The
  8. changes necessary to make the code work probably aren't all that
  9. severe, however.  (Non-echoing code in the full version of crypt.c
  10. may take some work, too, but that's optional.)
  11.  
  12.  
  13. Further notes from Martin Schulz, from Feb. 1992 (4.1 patches):
  14.  
  15.  
  16. I have compiled unzip.prg with TURBO C 2.0 for the ATARI ST, probably
  17. the best C compiler available for the Atari ST.
  18.  
  19. [...]
  20.  
  21. I am providing UNZIP.PRG for the Atari ST as UNZIP41.ARC for those who
  22. don't have any unzipper yet.  [Uploaded to atari.archive.umich.edu in
  23. Feb. 92.]
  24.  
  25. Special features:
  26. =================
  27.  
  28.  Unzip.prg uses a special version of the startup file which is capable
  29.  of recognizing extended parameters a la Beckemeyer/Mark Williams shell,
  30.  using the "ARGV=" Environment variable.
  31.  
  32.  Although the Turbo C compiler is quite good, the libs are buggy!
  33.  Therefore I cannot garantee that any unzip.prg compiled with Turbo C
  34.  will ever run successfully. Mine seems to be ok., but I have fixed
  35.  various problems for my lib. Especially the stat() was making trouble.
  36.  
  37. However, if someone wants to compile it the same way I did,
  38. there are essentially 3 ways:
  39. - using a shell, and the command line compiler TCC,
  40.   as indicated by the script 'MAKEIT',
  41.  
  42. - using some sort of make and 'MAKEFILE.ST'
  43.   This and the previous case both require also 'TLINK.OPT'
  44.  
  45. - using the interactive version 'TC' of Turbo C and
  46.   the supplied 'UNZIP.PRJ'.
  47.  
  48. Please read the note above about problems which might arise
  49. when you recompile unzip on your Atari.
  50.  
  51.                     martin@atlantic.cs.unb.ca
  52.